projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03119a2
)
Sync from Nautilus: bookmark: remove unused GIcon argument to nautilus_bookmark_new()
author
Cosimo Cecchi
<cosimoc@gnome.org>
Fri, 19 Oct 2012 17:14:21 +0000
(12:14 -0500)
committer
Federico Mena Quintero
<federico@gnome.org>
Fri, 19 Oct 2012 17:14:21 +0000
(12:14 -0500)
We always pass NULL these days.
This is from nautilus commit
7aad4a33814e6e7fae5e762882db43452a575a83
gtk/gtkplacessidebar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkplacessidebar.c
b/gtk/gtkplacessidebar.c
index 1df51a376f2e67b527de4f4f503e365caa6c0766..c8b27efb173c6de9ea01d7d5e44c7d0c32ed1f9e 100644
(file)
--- a/
gtk/gtkplacessidebar.c
+++ b/
gtk/gtkplacessidebar.c
@@
-1996,7
+1996,7
@@
add_bookmark (GtkPlacesSidebar *sidebar)
}
location = g_file_new_for_uri (uri);
- bookmark = nautilus_bookmark_new (location, name
, NULL
);
+ bookmark = nautilus_bookmark_new (location, name);
if (!nautilus_bookmark_list_contains (sidebar->bookmarks, bookmark)) {
nautilus_bookmark_list_append (sidebar->bookmarks, bookmark);